Quill は無料ですが、オープンソース最新の Web 用に構築された WYSIWYG エディター。そのモジュール式アーキテクチャそして表現力豊かなAPI、あらゆるニーズに合わせて完全にカスタマイズ可能です。
// <link href="https://cdn.quilljs.com/1.2.6/quill.snow.css" rel="stylesheet">
// <script src="https://cdn.quilljs.com/1.2.6/quill.min.js"></script>
var quill = new Quill('#editor', {
modules: {
toolbar: '#toolbar'
},
theme: 'snow'
});
// Open your browser's developer console to try out the API!
で構築